Get List of Channels

The Get List of Channels request retrieves a list of channels defined in Live Platform. See also Channel Management.

URI

Copy
{{baseUrl}}/api/v3/ovoc/channel

HTTP Method

GET

Request Body

Parameter

Type

Description

serviceType

string

This parameter can be used when you wish to determine whether a specific service is enabled for the channel. For example, before assigning an Operator Connect lead to channel, you wish to determine whether the Operator Connect service is enabled for the channel. One of the following values:

0 Any
1 DREnabled
2 OCEnabled

Example Request

Copy
{{baseUrl}}/api/v3/ovoc/channel?serviceType=2

Example Response

Copy
[
    {
        "ovocChannelId": 1315855,
        "ovocChannelName": "RoyChannel",
        "ovocMsTenantId": "65473cee-4b18-461b-8bb3-66e9e1f8762c"
    },
    {
        "ovocChannelId": 1315892,
        "ovocChannelName": "apacSEChannel",
        "ovocMsTenantId": "d3876c54-1b83-4e83-b25d-001b7e158964"
    },
    {
        "ovocChannelId": 1315936,
        "ovocChannelName": "BBIRChannel",
        "ovocMsTenantId": "2fa5f129-04db-4dd4-ba63-7bd45ba59538"
    },
    {
        "ovocChannelId": 1315997,
        "ovocChannelName": "Hermon",
        "ovocMsTenantId": "2982862b-2367-4bcb-bbde-49a8e6d977aa"
    },
    {
        "ovocChannelId": 1316104,
        "ovocChannelName": "LourdesO_Demo",
        "ovocMsTenantId": "12fd30f1-4063-44bb-83a5-fcb6d6cd1953"
    },
    {
        "ovocChannelId": 1316214,
        "ovocChannelName": "ManojDemoChannel",
        "ovocMsTenantId": "d3876c54-1b83-4e83-b25d-001b7e158964"
    },
    {
        "ovocChannelId": 1316233,
        "ovocChannelName": "APAC_PS",
        "ovocMsTenantId": "ceeea977-39c3-4fe1-8f9f-be5108c2f7da"
    },
    {
        "ovocChannelId": 1316360,
        "ovocChannelName": "colt-resller",
        "ovocMsTenantId": "123"
    },
    {
        "ovocChannelId": 1316437,
        "ovocChannelName": "Spain-Demo",
        "ovocMsTenantId": "0000"
    },
    {
        "ovocChannelId": 1316462,
        "ovocChannelName": "Channel001",
        "ovocMsTenantId": "2f79c58d-dac7-4b07-8582-96d3f37359bc"
    },
    {
        "ovocChannelId": 1316569,
        "ovocChannelName": "ShayNov1311",
        "ovocMsTenantId": "a44ee73e-0270-40a8-911c-11ab01a62498"
    },
    {
        "ovocChannelId": 1316641,
        "ovocChannelName": "ChatDemo-Channel",
        "ovocMsTenantId": "7bb319ce-4737-4881-a678-44db18031000"
    },
    {
        "ovocChannelId": 1316896,
        "ovocChannelName": "ltc_golan",
        "ovocMsTenantId": "12801fbe-1b7c-49f1-acc5-c12c9679396b"
    }
]
    

HTTP Responses

200 OK

Parameter

Type

Description

ovocChannelId

string

The Id assigned in the Live Platform database for the channel. Use this value to assign a new Consentless lead to the channel (see Assign Consentless Lead to Channel).

ovocChannelName

string

The name of the channel defined in Live Platform.

ovocMsTenantId

string

The Microsoft Azure subscription Tenant Id of the customer.